From: Richard M. Stallman Date: Sat, 24 Sep 1994 00:30:52 +0000 (+0000) Subject: (start_of_text): Don't test CANNOT_UNEXEC. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~90024 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=260fe597abb1c08ac15b800afb170b5e5f24004c;p=emacs.git (start_of_text): Don't test CANNOT_UNEXEC. --- diff --git a/src/sysdep.c b/src/sysdep.c index 9863ec99f07..8e885d3c23a 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -1866,7 +1866,7 @@ unrequest_sigio () * */ -#if !defined (CANNOT_UNEXEC) && !defined (HAVE_TEXT_START) +#ifndef HAVE_TEXT_START char * start_of_text () { @@ -1882,7 +1882,7 @@ start_of_text () #endif /* GOULD */ #endif /* TEXT_START */ } -#endif /* not CANNOT_UNEXEC and not HAVE_TEXT_START */ +#endif /* not HAVE_TEXT_START */ /* * Return the address of the start of the data segment prior to